home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / g_quake / doggie.zip / DOGGIE.TXT < prev    next >
Text File  |  1996-08-25  |  1KB  |  27 lines

  1. =============
  2. Quake C Patch
  3. =============
  4.  
  5. Title............Doggie Rocket
  6. Author...........Adam (adam4@ripco.com)
  7. Files Modified...Weapons.QC
  8.  
  9. Description:    A neat patch I made myself. It turns your borring rockets
  10.                 into DOGGIES! When you launch them, 'Woof!  Woof!' when they
  11.                 explode, they whine.
  12.  
  13.                 How i did it (not very detailed, but just look at the file)
  14.                 I changed the model of the rocket to dog/dog.mdl the launch
  15.                 sound to some one from /sound/dog and added an explode sound
  16.                 (i cant seem to find where the explode sound is being played,
  17.                 maybe its hard coded or something)
  18.  
  19. Files included...Weapons.QC and PROGS.DAT (for you non QCC people)
  20.  
  21. Installation.....If you dont want to recompile it, run install.bat <quake directory and drive>
  22.                  then run doggie in your quake directory
  23.  
  24.                  for quake c people, make a directory with all of the files in
  25.                  \qcc\v101qc and copy the weapons.qc over the existing one.
  26.  
  27.